POV-Ray : Newsgroups : povray.beta-test : Request for confirmation about isosurface problems : Request for confirmation about isosurface problems Server Time
30 Jul 2024 08:23:16 EDT (-0400)
  Request for confirmation about isosurface problems  
From: Warp
Date: 1 Dec 2001 17:16:59
Message: <3c0956db@news.povray.org>
I have been experiencing strange and erratic problems with isosurfaces
in beta 8, in both the Windows and Unix versions. The symptoms include
POV-Ray crasing, going into an infinite loop or getting just black images
(when there should be a visible isosurface). The symptoms are really strange
and erratic because different people seem to get different problems with the
same code (or no problems at all!).
  Please test isosurfaces with beta8 and forward a report to this article
if you find any kind of problem.
  For starters, test with this simple scene at different resolutions (eg.
320x240, 512x384 and so on), with and without antialiasing, with and without
display, etc. If you get a problem, also test uncommenting the first line
to see if the problem disappears.

//#declare foo=function{0}  // probable workaround for problems

camera { location -z*5 look_at 0 angle 35 }
light_source { <100,200,-300>, 1 }

isosurface
{ function { x^2+y^2+z^2-1 }
  contained_by { sphere { 0,1 } }
  pigment { rgb x }
}


-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.